arm: rmobile: kzm9g: separate cpu_rev to integer and fraction
authorTetsuyuki Kobayashi <[email protected]>
Wed, 25 Jul 2012 18:24:21 +0000 (18:24 +0000)
committerAlbert ARIBAUD <[email protected]>
Wed, 3 Oct 2012 00:04:24 +0000 (02:04 +0200)
commit4f007b8334b9ed7170254cc784ad4f23f10192d0
tree5946d3924cc837eb2e3cc8049e9c44ab21b961b7
parent170cc96f6c0e7357f8516b61d44341c53866d208
arm: rmobile: kzm9g: separate cpu_rev to integer and fraction

According to SoC document, revision info is separated to integer part and
fracton part.
So I separete rmobile_get_cpu_rev() to rmobile_get_cpu_rev_integer() and
rmobile_get_cpu_rev_fraction().

Signed-off-by: Tetsuyuki Kobayashi <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
arch/arm/cpu/armv7/rmobile/cpu_info-sh73a0.c
arch/arm/cpu/armv7/rmobile/cpu_info.c